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