fn openDirZ(self: Dir, sub_path_c: [*:0]const u8, args: OpenDirOptions, iterable: bool) OpenError!Dir
Same as openDir except the parameter is null-terminated.
openDir
self: Dir,
sub_path_c: [*:0]const u8,
args: OpenDirOptions,
iterable: bool,