pub fn create_instance<T: Send + 'static + Os>(
    conn: T,
    lib: LibArc,
    _args: &OsArgs
) -> OsInstanceArcBox<'static>
where (T, LibArc): Into<OsInstanceBaseArcBox<'static, T, c_void>>,
Expand description

This creates a cglue plugin instance from the given Os object. In the future this also might enable features (like caching) based on the input args.