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