pub fn translated_byte_buffer_append_to_existed_vec(
    existed_vec: Option<Vec<&'static mut [u8]>>,
    token: usize,
    ptr: *const u8,
    len: usize
) -> Vec<&'static mut [u8]>
Expand description

if existed_vec == None, a empty Vec will be created.