bswap_fallback

Function bswap_fallback 

Source
pub unsafe fn bswap_fallback<T>(src: *const T, len: usize, dst: *mut T)
where T: BSwap,