macro_rules! get_sprite_addr {
    ( $s:expr ) => { ... };
}
Expand description

Create a const raw pointer to a sprite as u8, without creating an intermediate reference.