pub type amgettuple_function = Option<unsafe extern "C-unwind" fn(scan: IndexScanDesc, direction: Type) -> bool>;
pub enum amgettuple_function { None, Some(unsafe extern "C-unwind" fn(*mut IndexScanDescData, i32) -> bool), }
No value.
Some value of type T.
T