pub type GClosureMarshal = Option<unsafe extern "C" fn(*mut GClosure, *mut GValue, c_uint, *const GValue, gpointer, gpointer)>;
Aliased Type§
enum GClosureMarshal {
None,
Some(unsafe extern "C" fn(*mut GClosure, *mut GValue, u32, *const GValue, *mut c_void, *mut c_void)),
}