pub unsafe fn MFDeserializeAttributesFromStream<P0, P1>(
    pattr: P0,
    dwoptions: u32,
    pstm: P1
) -> Result<()>
where P0: IntoParam<IMFAttributes>, P1: IntoParam<IStream>,