pub type GCompletionStrncmpFunc = Option<unsafe extern "C" fn(s1: *const gchar, s2: *const gchar, n: gsize) -> gint>;
enum GCompletionStrncmpFunc { None, Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: u32) -> i32), }
No value.
Some value of type T.
T