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

store u16 little-endian value in the supplied buffer, returning the number of bytes written