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