ARGS_SIZES_GET

Return command-line argument data sizes.

(@interface func (export "args_sizes_get")
;;; Returns the number of arguments and the size of the argument string
;;; data, or an error.
(result $error (expected (tuple $size $size) (error $errno)))
)