pub fn CastPtrToPtr<T, U>(operand: T) -> U
🔬This is a nightly-only experimental API. (
custom_mir
)Available on non-crate feature
ferrocene_certified
only.Expand description
Emits a CastKind::PtrToPtr
cast.
This allows bypassing normal validation to generate strange casts.