pub fn store_u8(dest: &mut [u8], v: u8) -> usize
Expand description

store u8 value in the supplied buffer, returning the number of bytes written