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