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