weak

Macro weak 

Source
pub(crate) macro weak(fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;) {
    ...
}
Available on Unix and non-Apple and non-target_os=espidf only.