pub type exif_parser_callback = Option<unsafe extern "C" fn(context: *mut c_void, tag: c_int, type_: c_int, len: c_int, ord: c_uint, ifp: *mut c_void, base: INT64)>;Aliased Type§
pub enum exif_parser_callback {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, i32, i32, u32, *mut c_void, i64)),
}