pub fn chdir(path: [*:0]const u8) usize
pub fn chdir(path: [*:0]const u8) usize { return syscall1(.chdir, @intFromPtr(path)); }