LPHANDLER_FUNCTION_EX typedef

LPHANDLER_FUNCTION_EX = Uint64 Function(Uint64, Uint64, Pointer<Void>, Pointer<Void>)

Implementation

typedef LPHANDLER_FUNCTION_EX = ffi.Uint64 Function(
  ffi.Uint64,
  ffi.Uint64,
  ffi.Pointer<ffi.Void>,
  ffi.Pointer<ffi.Void>,
);