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