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