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