Type Alias mi_commit_fun_t

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(bool, *mut c_void, usize, *mut bool, *mut c_void) -> bool)

Some value of type T.