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