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