wrap_syscall

Macro wrap_syscall 

Source
macro_rules! wrap_syscall {
    ($name:ident, $syscall:ident, $($arg:ident : $type:ty),*) => { ... };
}