macro_rules! cast_lossy { ($from:ty, $to:ty) => { ... }; }
Implement CastLossy for the specified types.
CastLossy