pub fn put_i32l(buf: &mut [u8], n: i32)
Expand description

Converts an i32 into 4 unsigned bytes and writes them in a little-endian order at the start of a buffer.