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