pgrx_pg_sys

Type Alias fmgr_hook_type

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

Aliased Type§

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.