PFE_IMPORT_FUNC typedef

PFE_IMPORT_FUNC = Uint64 Function(Pointer<Uint8>, Pointer<Void>, Pointer<Uint64>)

Implementation

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