Type Alias jpegxl_rs::memory::AllocFn

source ·
pub type AllocFn = unsafe extern "C" fn(opaque: *mut c_void, size: usize) -> *mut c_void;
Expand description

Allocating function type