Type Definition pgx_pg_sys::fmgr_hook_type

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