syscall

Macro syscall 

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