Type Alias pgrx::pg_sys::CCFastEqualFN
source · pub type CCFastEqualFN = Option<unsafe extern "C" fn(_: Datum, _: Datum) -> bool>;Aliased Type§
enum CCFastEqualFN {
None,
Some(unsafe extern "C" fn(_: Datum, _: Datum) -> bool),
}