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