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