pub type GCompletionStrncmpFunc = Option<unsafe extern "C" fn(*const c_char, *const c_char, size_t) -> c_int>;
enum GCompletionStrncmpFunc { None, Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: usize) -> i32), }
No value.
Some value of type T.
T