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