pub unsafe fn RoGetActivationFactory<T>(
    activatableclassid: &HSTRING
) -> Result<T>
where T: Interface,