Function kernel::process::syscalls::check_ptr

source ·
fn check_ptr(arg: *const u8, len: usize) -> Result<(), SyscallArgError>