func _io_cwd_copy(buf: RawPtr) 'io -> IntCopies the current working directory into buf; returns bytes copied or a negative errno.View Sourcepub func _io_cwd_copy(buf: RawPtr) 'io -> Int { 'io(request: .cwd_copy(buf)) }