[][src]Type Definition pgx_pg_sys::fmgr_hook_type

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