Skip to main content

GucBoolCheckHook

Type Alias GucBoolCheckHook 

Source
pub type GucBoolCheckHook = Option<unsafe extern "C-unwind" fn(newval: *mut bool, extra: *mut *mut c_void, source: Type) -> bool>;

Aliased Type§

pub enum GucBoolCheckHook {
    None,
    Some(unsafe extern "C-unwind" fn(*mut bool, *mut *mut c_void, u32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut bool, *mut *mut c_void, u32) -> bool)

Some value of type T.