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