#[unsafe(no_mangle)]pub unsafe extern "C" fn plg_rt_metacall(
m: *mut Machine,
goal: u64,
) -> i32Expand description
Compiled-code entries for control builtins taking goal terms.
ยงSafety
Called from generated code with the live Machine pointer.