pub type amgetbitmap_function = Option<unsafe extern "C" fn(scan: IndexScanDesc, tbm: *mut TIDBitmap) -> int64>;
pub enum amgetbitmap_function { None, Some(unsafe extern "C" fn(*mut IndexScanDescData, *mut TIDBitmap) -> i64), }
No value.
Some value of type T.
T