Macro ami::cast [] [src]

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

Cast a constant pointer to another type.