pub fn create_instance<T>(
conn: T,
lib: CArc<c_void>,
_args: &OsArgs,
) -> OsInstance<'static, CBox<'static, c_void>, CArc<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.