pub extern "C" fn runtime_error_with_msg( kind: u64, msg_ptr: *const u8, msg_len: u64, ) -> *mut u8
Called by JIT code for runtime errors with a specific message.