kern_futimens
error = kern_futimens(uap->fd, uap->ts ? ts : NULL);
error = kern_futimens(fd, tptr ? ts : NULL);
int kern_futimens(int fd, struct timespec *ts);