pub unsafe extern "C" fn bitset_container_to_uint32_array(
    out: *mut c_void,
    cont: *const bitset_container_t,
    base: u32
) -> c_int