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