pub unsafe fn MrmCreateResourceIndexerWithFlags<P0, P1, P2>(
    packagefamilyname: P0,
    projectroot: P1,
    platformversion: MrmPlatformVersion,
    defaultqualifiers: P2,
    flags: MrmIndexerFlags,
    indexer: *mut MrmResourceIndexerHandle
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,