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