pub type BuiltinDispatch = unsafe extern "C" fn(name_ptr: *const u8, name_len: usize, args_ptr: *const u64, args_len: usize) -> u64;Expand description
Signature of the builtin dispatch function provided by the host ling crate.
Receives builtin name (ptr+len), args array (ptr+len), returns encoded Value.