pub unsafe extern "C" fn bitset_set_to_value(
    bitset: *mut bitset_t,
    i: usize,
    flag: bool
)