pub unsafe fn MFTEnum<P0>(
    guidcategory: GUID,
    flags: u32,
    pinputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    poutputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    pattributes: P0,
    ppclsidmft: *mut *mut GUID,
    pcmfts: *mut u32
) -> Result<()>
where P0: IntoParam<IMFAttributes>,