PFE_EXPORT_FUNC typedef

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

Implementation

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