macro_rules! real_path { (buf, $path:expr) => { ... }; ($path:expr) => { ... }; }
Calls from_virtual_path on the host to convert the provided value to a real path from a virtual path.
from_virtual_path