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