cairo_native_runtime

Function cairo_native__dict_free

source
#[no_mangle]
pub unsafe extern "C" fn cairo_native__dict_free(ptr: *mut FeltDict)
Expand description

Frees the dictionary.

ยงSafety

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