ghostty_snapshot_decoder_new_buf function
GhosttyResult
ghostty_snapshot_decoder_new_buf(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttySnapshotDecoder> decoder, - Pointer<
Uint8> ptr, - int len,
Implementation
GhosttyResult ghostty_snapshot_decoder_new_buf(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttySnapshotDecoder> decoder,
ffi.Pointer<ffi.Uint8> ptr,
int len,
) => GhosttyResult.fromValue(
_ghostty_snapshot_decoder_new_buf(allocator, decoder, ptr, len),
);