macro_rules! to_u64 {
($expr:expr) => { ... };
}Available on Unix and non-Apple and non-
target_family=wasm and vulkan only.macro_rules! to_u64 {
($expr:expr) => { ... };
}target_family=wasm and vulkan only.