cairo_native_runtime

Function cairo_native__dict_drop

Source
#[no_mangle]
pub unsafe extern "C" fn cairo_native__dict_drop(ptr: *const FeltDict)
Expand description

Free a dictionary using an optional callback to drop each element.

ยงSafety

This function is intended to be called from MLIR, deals with pointers, and is therefore definitely unsafe to use manually.