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

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