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