Macro raw_syscall

Source
pub(crate) macro raw_syscall(fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;) {
    ...
}