Type Alias pgrx_pg_sys::fmgr_hook_type
source · pub type fmgr_hook_type = Option<unsafe extern "C" fn(event: FmgrHookEventType, flinfo: *mut FmgrInfo, arg: *mut Datum)>;
Aliased Type§
enum fmgr_hook_type {
None,
Some(unsafe extern "C" fn(_: u32, _: *mut FmgrInfo, _: *mut Datum)),
}