Function vec_u8_push_bytes

Source
#[no_mangle]
pub extern "C" fn vec_u8_push_bytes(
    v: &mut VecU8,
    bytes: ByteSlice<'_>,
)