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