Function jpegxl_sys::decode::JxlDecoderSetImageOutCallback

source ·
pub unsafe extern "C" fn JxlDecoderSetImageOutCallback(
    dec: *mut JxlDecoder,
    format: *const JxlPixelFormat,
    callback: JxlImageOutCallback,
    opaque: *mut c_void
) -> JxlDecoderStatus