Function bitsets_intersect

Source
pub unsafe extern "C" fn bitsets_intersect(
    b1: *const bitset_t,
    b2: *const bitset_t,
) -> bool