pub unsafe fn AssocGetDetailsOfPropKey<P0>(
    psf: P0,
    pidl: *const ITEMIDLIST,
    pkey: *const PROPERTYKEY,
    pv: *mut VARIANT,
    pffoundpropkey: Option<*mut BOOL>
) -> Result<()>
where P0: IntoParam<IShellFolder>,