LPHANDLER_FUNCTION typedef

LPHANDLER_FUNCTION = Pointer<NativeFunction<Void Function(DWORD dwControl)>>

Implementation

typedef LPHANDLER_FUNCTION = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(DWORD dwControl)>>;