#[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.