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

Create a const raw pointer to a [u8;_] that saves text, without creating an intermediate reference.