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