cfunction
src/core/os.c on line 1479, column 1
(os/link oldpath newpath &opt symlink)
Create a link at newpath that points to oldpath and returns nil.
Iff symlink is truthy, creates a symlink. Iff symlink is falsey or
not provided, creates a hard link. Does not work on Windows.