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.

Parameters

self: Dir,
sub_path_c: [*:0]const u8,
iterable: bool,