RPC_AUTH_KEY_RETRIEVAL_FN typedef

RPC_AUTH_KEY_RETRIEVAL_FN = Pointer<NativeFunction<Void Function(Pointer<Void> Arg, RPC_WSTR ServerPrincName, UnsignedLong KeyVer, Pointer<Pointer<Void>> Key, Pointer<RPC_STATUS> Status)>>

Implementation

typedef RPC_AUTH_KEY_RETRIEVAL_FN = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void> Arg, RPC_WSTR ServerPrincName, ffi.UnsignedLong KeyVer, ffi.Pointer<ffi.Pointer<ffi.Void>> Key, ffi.Pointer<RPC_STATUS> Status)>>;