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