public static void ReleaseCursor(IntPtr hCursor)
 {
     Api_User32.DestroyCursor(hCursor);
 }