Type Alias GCompletionStrncmpFunc

Source
pub type GCompletionStrncmpFunc = Option<unsafe extern "C" fn(*const c_char, *const c_char, size_t) -> c_int>;

Aliased Type§

pub enum GCompletionStrncmpFunc {
    None,
    Some(unsafe extern "C" fn(*const i8, *const i8, usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *const i8, usize) -> i32)

Some value of type T.