[][src]Macro dynasmrt::MutPointer

macro_rules! MutPointer {
    ($e:expr) => { ... };
}

Preforms the same action as the Pointer! macro, but casts to a *mut pointer.