pub unsafe extern "C" fn fz_tune_image_decode(
    ctx: *mut fz_context,
    image_decode: fz_tune_image_decode_fn,
    arg: *mut c_void
)
Expand description

Set the tuning function to use for image decode.

image_decode: Function to use.

arg: Opaque argument to be passed to tuning function.