func _io_dir_count(path: RawPtr) 'io -> IntCounts entries in the NUL-terminated directory path, or returns a negative errno.View Sourcepub func _io_dir_count(path: RawPtr) 'io -> Int { 'io(request: .dir_count(path)) }