pub unsafe fn MrmCreateConfig<P0, P1>(
    platformversion: MrmPlatformVersion,
    defaultqualifiers: P0,
    outputxmlfile: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,