JxlImageOutDestroyCallback

Type Alias JxlImageOutDestroyCallback 

Source
pub type JxlImageOutDestroyCallback = extern "C" fn(run_opaque: *mut c_void);
Expand description

Destruction callback for JxlDecoderSetMultithreadedImageOutCallback, called after all invocations of the run callback to perform any appropriate clean-up of the run_opaque data returned by init.

ยงParameters

  • run_opaque: user data returned by the init callback.