pub fn factory<C, I>() -> Result<I, Error> where C: RuntimeName, I: Interface,
Attempts to load the factory interface for the given WinRT class.