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