pub fn close(fd: fd_t) usize
pub fn close(fd: fd_t) usize { return syscall1(.close, @as(u32, @bitCast(fd))); }