Macro rustix::weak::weakcall

source ยท
macro_rules! weakcall {
    ($vis:vis fn $name:ident($($arg_name:ident: $t:ty),*) -> $ret:ty) => { ... };
}