pub type aminsert_function = Option<unsafe extern "C-unwind" fn(indexRelation: Relation, values: *mut Datum, isnull: *mut bool, heap_tid: ItemPointer, heapRelation: Relation, checkUnique: Type, indexUnchanged: bool, indexInfo: *mut IndexInfo) -> bool>;Aliased Type§
pub enum aminsert_function {
None,
Some(unsafe extern "C-unwind" fn(*mut RelationData, *mut Datum, *mut bool, *mut ItemPointerData, *mut RelationData, u32, bool, *mut IndexInfo) -> bool),
}