Skip to main content

rt_closure

Function rt_closure 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rt_closure( code: *const u8, num_parameters: u64, free: *const Value, num_free: u64, ) -> Value
Expand description

ยงSafety

code must be a generated function entry with the runtime calling convention. For nonzero num_free, free must reference that many values.