const fn can_transmute<A, B>() -> bool
Returns true if values of type A can be transmuted into values of type B.
true
A
B