pub unsafe extern "C" fn array_bitset_container_xor(
    src_1: *const array_container_t,
    src_2: *const bitset_container_t,
    dst: *mut *mut c_void
) -> bool