pub unsafe fn MrmDumpPriFile<P0, P1, P2>(
    indexfilename: P0,
    schemaprifile: P1,
    dumptype: MrmDumpType,
    outputxmlfile: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,