WIN32_rename
static int WIN32_rename(const char *from, const char *to);
#define rename(from, to) WIN32_rename((from), (to))