fn builtin_dyn_load(
args: &[RValue],
_named: &[(String, RValue)],
ctx: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
dyn.load — load a shared library (.so/.dylib).
@param x character string: path to the shared library @param local logical: whether to use local scope (ignored) @param now logical: whether to resolve symbols immediately (ignored) @param … additional arguments (ignored) @return invisible NULL @namespace base