pub type bitset_iterator = Option<unsafe extern "C" fn(value: usize, param: *mut c_void) -> bool>;
enum bitset_iterator { // some variants omitted }