Macro syscall

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