pub unsafe fn SHSetDefaultProperties<P0, P1, P2>(
    hwnd: P0,
    psi: P1,
    dwfileopflags: u32,
    pfops: P2
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<IShellItem>, P2: IntoParam<IFileOperationProgressSink>,