cairo_native_runtime

Function cairo_native__dict_new

Source
#[no_mangle]
pub unsafe extern "C" fn cairo_native__dict_new(
    free_fn: extern "C" fn(_: *mut c_void),
) -> *mut FeltDict
Expand description

Allocate a new dictionary.

ยงSafety

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