[][src]Type Definition jpegxl_rs::memory::AllocFn

type AllocFn = unsafe extern "C" fn(opaque: *mut c_void, size: u64) -> *mut c_void;

Allocator function type