async fn import_impl(
    co: GenCo,
    globals: Weak<GlobalsMap>,
    source: SourceCode,
    args: Vec<Value>
) -> Result<Value, ErrorKind>