pub unsafe fn MonikerCommonPrefixWith<P0, P1>(
    pmkthis: P0,
    pmkother: P1
) -> Result<IMoniker>
where P0: IntoParam<IMoniker>, P1: IntoParam<IMoniker>,