pub unsafe fn DiInstallDriverW<P1>( hwndparent: Option<HWND>, infpath: P1, flags: DIINSTALLDRIVER_FLAGS, needreboot: Option<*mut BOOL>, ) -> Result<()>where P1: Param<PCWSTR>,