pub unsafe fn MFTEnum2<P0>(
    guidcategory: GUID,
    flags: MFT_ENUM_FLAG,
    pinputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    poutputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    pattributes: P0,
    pppmftactivate: *mut *mut Option<IMFActivate>,
    pnummftactivate: *mut u32
) -> Result<()>
where P0: IntoParam<IMFAttributes>,