This trait is syntactic sugar for SimdFrom and exists only to allow
impl SimdInto syntax in signatures, which would otherwise require
cumbersome where clauses in terms of SimdFrom.
Avoid implementing this trait directly, prefer implementing SimdFrom.