macro_rules! define_extern_fn_type {
($vis:vis $name:ident = fn($($arg:ty),*) -> $ret:ty) => { ... };
}Expand description
Helper macro to define extern function type for each platform
macro_rules! define_extern_fn_type {
($vis:vis $name:ident = fn($($arg:ty),*) -> $ret:ty) => { ... };
}Helper macro to define extern function type for each platform