Function risc0_zkvm_platform::syscall::sys_log

source ·
#[no_mangle]
pub unsafe extern "C" fn sys_log(msg_ptr: *const u8, len: usize)
Expand description

§Safety

msg_ptr must be aligned and dereferenceable.