Type Alias pgrx_pg_sys::amproperty_function
source · pub type amproperty_function = Option<unsafe extern "C" fn(index_oid: Oid, attno: c_int, prop: IndexAMProperty, propname: *const c_char, res: *mut bool, isnull: *mut bool) -> bool>;
Aliased Type§
enum amproperty_function {
None,
Some(unsafe extern "C" fn(_: Oid, _: i32, _: u32, _: *const i8, _: *mut bool, _: *mut bool) -> bool),
}