pub unsafe extern "C-unwind" fn jpeg_c_set_bool_param(
    cinfo: &mut jpeg_compress_struct,
    param: J_BOOLEAN_PARAM,
    value: boolean
)