stbi_zlib_decode_noheader_malloc function
Implementation
@ffi.Native<
ffi.Pointer<ffi.Char> Function(
ffi.Pointer<ffi.Char>,
ffi.Int,
ffi.Pointer<ffi.Int>,
)
>()
external ffi.Pointer<ffi.Char> stbi_zlib_decode_noheader_malloc(
ffi.Pointer<ffi.Char> buffer,
int len,
ffi.Pointer<ffi.Int> outlen,
);