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