Function read_u32_into
fn read_u32_into(src: &[u8], dst: &mut [u32])
Reads unsigned 32 bit integers from src into dst.
Panics
If dst has insufficient space (4*dst.len() < src.len()).
read_u32_intofn read_u32_into(src: &[u8], dst: &mut [u32])
Reads unsigned 32 bit integers from src into dst.
If dst has insufficient space (4*dst.len() < src.len()).