pub fn copy_block_unaligned_src_and_dst<NQ>( src: *mut f32, dst: *mut f32, nquads: NQ) where NQ: TryInto<usize>, <NQ as TryInto<usize>>::Error: Debug,