Macro rustix::weak::weak

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