ammarkpos_function

Type Alias ammarkpos_function 

Source
pub type ammarkpos_function = Option<unsafe extern "C-unwind" fn(scan: IndexScanDesc)>;

Aliased Type§

pub enum ammarkpos_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData))

Some value of type T.