usb1: Fix context pointer comparison in hotplugRegisterCallback

This was likely broken by the pointer type change in
    usb1: Enforce object finalization order.
as void and non-void pointers do not have the same attributes in ctypes.
1 file changed