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