pub type GTestDataFunc = Option<unsafe extern "C" fn(_: gconstpointer)>;
enum GTestDataFunc { None, Some(unsafe extern "C" fn(_: *const c_void)), }
No value.
Some value of type T.
T