#[no_mangle]
pub unsafe extern "C" fn ergo_lib_byte_arrays_get(
    collection_ptr: ConstByteArraysPtr,
    index: usize,
    element_ptr_out: *mut ByteArrayPtr
) -> ReturnOption
Expand description

Returns element at position index of an existing collection