macro_rules! MutPointer {
($e:expr) => { ... };
}Expand description
Preforms the same action as the Pointer! macro, but casts to a *mut pointer.
macro_rules! MutPointer {
($e:expr) => { ... };
}Preforms the same action as the Pointer! macro, but casts to a *mut pointer.