pub unsafe extern "C" fn clutter_animatable_interpolate_value( animatable: *mut ClutterAnimatable, property_name: *const c_char, interval: *mut ClutterInterval, progress: c_double, value: *mut GValue, ) -> gboolean