pub unsafe fn SHGetAttributesFromDataObject<P0>(
    pdo: P0,
    dwattributemask: u32,
    pdwattributes: Option<*mut u32>,
    pcitems: Option<*mut u32>
) -> HRESULT
where P0: IntoParam<IDataObject>,