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