pub type GTranslateFunc = Option<unsafe extern "C" fn(*const c_char, gpointer) -> *const c_char>;
pub enum GTranslateFunc { None, Some(unsafe extern "C" fn(*const u8, *mut c_void) -> *const u8), }
No value.
Some value of type T.
T