pub type ClutterModelSortFunc = Option<unsafe extern "C" fn(*mut ClutterModel, *const GValue, *const GValue, gpointer) -> c_int>;
Aliased Type§
pub enum ClutterModelSortFunc {
None,
Some(unsafe extern "C" fn(*mut ClutterModel, *const GValue, *const GValue, *mut c_void) -> i32),
}