ICryptKeyCallback constructor

ICryptKeyCallback(
  1. FbInterface self
)

Implementation

ICryptKeyCallback(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 1;
  _callback = Pointer<
          NativeFunction<
              UnsignedInt Function(
                  FbInterface,
                  UnsignedInt,
                  Pointer<Uint8>,
                  UnsignedInt,
                  Pointer<Uint8>)>>.fromAddress(vtable[startIndex])
      .asFunction();
}