pub unsafe extern "C-unwind" fn jpeg_save_markers(
    cinfo: &mut jpeg_decompress_struct,
    marker_code: c_int,
    length_limit: c_uint
)