pub unsafe fn ExecuteCabA<P0>(
    hwnd: P0,
    pcab: *mut CABINFOA,
    preserved: *mut c_void
) -> Result<()>
where P0: IntoParam<HWND>,