Function MrmIndexString
pub unsafe fn MrmIndexString<P1, P2, P3>(
indexer: MrmResourceIndexerHandle,
resourceuri: P1,
resourcestring: P2,
qualifiers: P3,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,