Function handle_syscall

Source
#[no_mangle]
pub extern "C" fn handle_syscall(
    number: usize,
    args: *const c_uint,
) -> c_int