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

Aliased Type§

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.