RPC_DISPATCH_FUNCTION typedef

RPC_DISPATCH_FUNCTION = Pointer<NativeFunction<Void Function(PRPC_MESSAGE Message)>>

Implementation

typedef RPC_DISPATCH_FUNCTION = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(PRPC_MESSAGE Message)>>;