pub type amendscan_function = Option<unsafe extern "C" fn(scan: IndexScanDesc)>;Aliased Type§
pub enum amendscan_function {
None,
Some(unsafe extern "C" fn(*mut IndexScanDescData)),
}pub type amendscan_function = Option<unsafe extern "C" fn(scan: IndexScanDesc)>;pub enum amendscan_function {
None,
Some(unsafe extern "C" fn(*mut IndexScanDescData)),
}