pub type GucIntCheckHook = Option<unsafe extern "C" fn(newval: *mut c_int, extra: *mut *mut c_void, source: GucSource) -> bool>;Aliased Type§
pub enum GucIntCheckHook {
None,
Some(unsafe extern "C" fn(*mut i32, *mut *mut c_void, u32) -> bool),
}