pub fn close(fd: i32) usize
pub fn close(fd: i32) usize { return syscall_bits.syscall1(.CLOSE, @bitCast(@as(isize, fd))); }