pub type mi_commit_fun_t = Option<unsafe extern "C" fn(commit: bool, start: *mut c_void, size: usize, is_zero: *mut bool, user_arg: *mut c_void) -> bool>;Aliased Type§
pub enum mi_commit_fun_t {
None,
Some(unsafe extern "C" fn(bool, *mut c_void, usize, *mut bool, *mut c_void) -> bool),
}