pub type tm_crunch_progress = Option<unsafe extern "C" fn(phase_index: u32, total_phases: u32, subphase_index: u32, total_subphases: u32, user_data: *mut c_void) -> bool>;Aliased Type§
pub enum tm_crunch_progress {
None,
Some(unsafe extern "C" fn(u32, u32, u32, u32, *mut c_void) -> bool),
}