pub type progress_callback = Option<unsafe extern "C" fn(data: *mut c_void, stage: LibRaw_progress, iteration: c_int, expected: c_int) -> c_int>;Aliased Type§
pub enum progress_callback {
None,
Some(unsafe extern "C" fn(*mut c_void, u32, i32, i32) -> i32),
}