pub type GChildWatchFunc = Option<unsafe extern "C" fn(_: GPid, _: c_int, _: gpointer)>;
enum GChildWatchFunc { None, Some(unsafe extern "C" fn(_: i32, _: i32, _: *mut c_void)), }
No value.
Some value of type T.
T