macro_rules! link { ($library:literal $abi:literal $($link_name:literal)? fn $($function:tt)*) => { ... }; }
Defines an external function to import.