pub fn write_i16_leb128(out: &mut [MaybeUninit<u8>; 3], value: i16) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]