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