#[unsafe(no_mangle)]pub unsafe extern "C" fn rt_closure(
code: *const u8,
num_parameters: u64,
free: *const Value,
num_free: u64,
) -> ValueExpand description
ยงSafety
code must be a generated function entry with the runtime calling
convention. For nonzero num_free, free must reference that many values.