pub unsafe extern "C" fn ra_set_container_at_index(
    ra: *const roaring_array_t,
    i: i32,
    c: *mut c_void,
    typecode: u8
)
Expand description

Set the container at the corresponding index using the specified typecode.