pub type TextGroupWidget_Get = Option<unsafe extern "C" fn(i: c_int) -> cc_string>;
enum TextGroupWidget_Get { None, Some(unsafe extern "C" fn(_: i32) -> cc_string_), }
No value.
Some value of type T.
T