Type Alias jpegxl_sys::decode::JxlImageOutRunCallback

source ·
pub type JxlImageOutRunCallback = extern "C" fn(run_opaque: *mut c_void, thread_id: usize, x: usize, y: usize, num_pixels: usize, pixels: *const c_void);