pub type GTypeValueCollectFunc = Option<unsafe extern "C" fn(*mut GValue, c_uint, *mut GTypeCValue, c_uint) -> *mut c_char>;
Aliased Type§
enum GTypeValueCollectFunc {
None,
Some(unsafe extern "C" fn(*mut GValue, u32, *mut GTypeCValue, u32) -> *mut i8),
}