GhosttySysDecodePngFnFunction typedef

GhosttySysDecodePngFnFunction = Bool Function(Pointer<Void> userdata, Pointer<GhosttyAllocator> allocator, Pointer<Uint8> data, Size data_len, Pointer<GhosttySysImage> out)

Implementation

typedef GhosttySysDecodePngFnFunction = ffi.Bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<ffi.Uint8> data,
  ffi.Size data_len,
  ffi.Pointer<GhosttySysImage> out,
);