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