pub unsafe fn DiShowUpdateDriver<P0, P1>(
    hwndparent: P0,
    filepath: P1,
    flags: u32,
    needreboot: Option<*mut BOOL>
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,