pub unsafe fn CreateDataModelManager<P0>(
    debughost: P0,
) -> Result<IDataModelManager>
where P0: Param<IDebugHost>,