pub unsafe fn MrmDumpPriFileInMemory<P0, P1>(
    indexfilename: P0,
    schemaprifile: P1,
    dumptype: MrmDumpType,
    outputxmldata: *mut *mut u8,
    outputxmlsize: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,