fix: resolve compiler warnings in fs.c, buffer.c, and compat.h
- Add (void)mode to silence unused variable warning on Windows in mkdirSync
- Add S_IFLNK and S_ISLNK compat macros for platforms missing them
- Use uintptr_t instead of unsigned long in ANT_PTR macro to fix pointer-to-int cast warnings on 64-bit Windows