pub fn sys_getcwd(buf_ptr: u64, buf_len: u64) -> Result<u64, SyscallError>
SYS_GETCWD (442): Write the current working directory into a user buffer.