macro_rules! load_asset {
    ($path:literal) => { ... };
    (str $path:literal) => { ... };
}