pub unsafe fn MFInitAttributesFromBlob<P0>(
    pattributes: P0,
    pbuf: &[u8]
) -> Result<()>
where P0: IntoParam<IMFAttributes>,