pub unsafe fn SHOpenWithDialog<P0>(
    hwndparent: P0,
    poainfo: *const OPENASINFO
) -> Result<()>
where P0: IntoParam<HWND>,