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