pub unsafe extern "C-unwind" fn jpeg_c_set_float_param(
    cinfo: &mut jpeg_compress_struct,
    param: J_FLOAT_PARAM,
    value: f32
)