mz_file_write_funcFunction typedef
mz_file_write_funcFunction =
Size Function(Pointer<Void> pOpaque, mz_uint64 file_ofs, Pointer<Void> pBuf, Size n)
Implementation
typedef mz_file_write_funcFunction =
ffi.Size Function(
ffi.Pointer<ffi.Void> pOpaque,
mz_uint64 file_ofs,
ffi.Pointer<ffi.Void> pBuf,
ffi.Size n,
);