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