#[no_mangle]
pub unsafe extern "C" fn cairo_native__libfunc__debug__print(
target_fd: i32,
data: *const [u8; 32],
len: u32,
) -> i32
Expand description
Based on cairo-lang-runner
’s implementation.
§Safety
This function is intended to be called from MLIR, deals with pointers, and is therefore definitely unsafe to use manually.