define_extern_fn_type

Macro define_extern_fn_type 

Source
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