[][src]Function croaring_sys_mw::run_container_write

pub unsafe extern "C" fn run_container_write(
    container: *const run_container_t,
    buf: *mut c_char
) -> i32

Writes the underlying array to buf, outputs how many bytes were written. This is meant to be byte-by-byte compatible with the Java and Go versions of Roaring. The number of bytes written should be run_container_size_in_bytes(container).