PINIT_ONCE_FN typedef

PINIT_ONCE_FN = Pointer<NativeFunction<BOOL Function(PINIT_ONCE InitOnce, PVOID Parameter, Pointer<PVOID> Context)>>

Implementation

typedef PINIT_ONCE_FN = ffi.Pointer<ffi.NativeFunction<BOOL Function(PINIT_ONCE InitOnce, PVOID Parameter, ffi.Pointer<PVOID> Context)>>;