macro_rules! load_resource {
($path:tt) => { ... };
($path:tt, $type_hint:tt) => { ... };
($path:tt, $type_hint:tt, $p_no_cache:tt) => { ... };
}macro_rules! load_resource {
($path:tt) => { ... };
($path:tt, $type_hint:tt) => { ... };
($path:tt, $type_hint:tt, $p_no_cache:tt) => { ... };
}