Function UpdateDriverForPlugAndPlayDevicesW
pub unsafe fn UpdateDriverForPlugAndPlayDevicesW<P1, P2>(
hwndparent: Option<HWND>,
hardwareid: P1,
fullinfpath: P2,
installflags: UPDATEDRIVERFORPLUGANDPLAYDEVICES_FLAGS,
brebootrequired: Option<*mut BOOL>,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,