#[export]Expand description
Export a function across the FFI boundary. An async fn lowers to an
asynchronous symbol; a fn -> Result<T, E> is fallible.
#[export]Export a function across the FFI boundary. An async fn lowers to an
asynchronous symbol; a fn -> Result<T, E> is fallible.