This function uninstalls a USB client driver.
BOOL USBUnInstallDriver( void );
TRUE indicates success. FALSE indicates failure.
This function can be called by a client driver to deregister itself with USBD.
This function is defined in the Mousedrv.cpp file.