pub type IndexBulkDeleteCallback = Option<unsafe extern "C" fn(itemptr: ItemPointer, state: *mut c_void) -> bool>;
Aliased Type§
enum IndexBulkDeleteCallback {
None,
Some(unsafe extern "C" fn(_: *mut ItemPointerData, _: *mut c_void) -> bool),
}