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