pub type roaring_iterator64 = Option<unsafe extern "C" fn(value: u64, param: *mut c_void) -> bool>;
pub enum roaring_iterator64 { None, Some(unsafe extern "C" fn(u64, *mut c_void) -> bool), }
No value.
Some value of type T.
T