FD_PRESTAT_GET

Return a description of the given preopened file descriptor.

(@interface func (export "fd_prestat_get")
(param $fd $fd)
;;; The buffer where the description is stored.
(result $error (expected $prestat (error $errno)))
)