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