pub unsafe fn MrmCreateResourceIndexerFromPreviousSchemaFile<P0, P1, P2>(
    projectroot: P0,
    platformversion: MrmPlatformVersion,
    defaultqualifiers: P1,
    schemafile: P2,
    indexer: *mut MrmResourceIndexerHandle,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,