pub fn sys_open( path_ptr: u64, path_len: u64, flags: u64, ) -> Result<u64, SyscallError>
Syscall handler for opening a file.