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