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