macro_rules! u64_output {
($host_fn:path, $($arg:expr),*) => { ... };
}
Expand description
Call the host function and convert the [u8; 32] output to u64.
macro_rules! u64_output {
($host_fn:path, $($arg:expr),*) => { ... };
}
Call the host function and convert the [u8; 32] output to u64.