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