pub type JpegxlFreeFunc = unsafe extern "C-unwind" fn(opaque: *mut c_void, address: *mut c_void);Expand description
Deallocating function pointer type.
This function MUST do nothing if address is NULL.
ยงParameters
opaque: custom memory manager handle provided by the caller.address: memory region pointer returned byJpegxlAllocFunc, orNULL.