Function shim_native_syscallv

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn shim_native_syscallv(
    n: c_long,
    args: VaList<'_>,
) -> c_long
Expand description

§Safety

The specified syscall must be safe to make.