Function bswap::u32::swap_memory [-] [+] [src]

pub unsafe fn swap_memory(dst: *mut u8, src: *const u8, len: usize)

Swaps len*4 bytes for u32 objects from src to dst. The source and destination may not overlap.