Type Alias fmgr_hook_type

Source
pub type fmgr_hook_type = Option<unsafe extern "C" fn(event: FmgrHookEventType, flinfo: *mut FmgrInfo, arg: *mut Datum)>;

Aliased Type§

pub enum fmgr_hook_type {
    None,
    Some(unsafe extern "C" fn(u32, *mut FmgrInfo, *mut Datum)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *mut FmgrInfo, *mut Datum))

Some value of type T.