fn posix_close(fd: std.c.fd_t, _: c_int) callconv(.c) c_int
fn posix_close(fd: std.c.fd_t, _: c_int) callconv(.c) c_int { return close(fd); }