Support animated Cursors (.ani)
Doc used to get Cursors id's:
https://learn.microsoft.com/en-us/windows/win32/menurc/about-cursors
Example:
public const uint OCR_NORMAL = 32512;
public const uint OCR_IBEAM = 32513;
public const uint OCR_WAIT = 32514;
public const uint OCR_LINK = 32649;