Type Definition 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)>;
pub type fmgr_hook_type = Option<unsafe extern "C" fn(event: FmgrHookEventType, flinfo: *mut FmgrInfo, arg: *mut Datum)>;