fn realpathZ(pathname: [*:0]const u8, out_buffer: *[MAX_PATH_BYTES]u8) RealPathError![]u8

Same as realpath except pathname is null-terminated.

Parameters

pathname: [*:0]const u8,
out_buffer: *[MAX_PATH_BYTES]u8,