#[no_mangle]
pub unsafe extern "C" fn cvec_from_buffer(
    data: *const u8,
    len: usize
) -> CVec
Expand description

Given a C allocated buffer return a rust allocated CVec

§Safety