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