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§
pub enum amproperty_function {
None,
Some(unsafe extern "C" fn(Oid, i32, u32, *const i8, *mut bool, *mut bool) -> bool),
}