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