pub unsafe extern "C" fn bitset_inplace_intersection(
    b1: *mut bitset_t,
    b2: *const bitset_t
)