Macro ami::cast_mut [] [src]

macro_rules! cast_mut {
    ($a:expr) => { ... };
}

Cast a mutable pointer to another type.