Function cairo_native__dict_new

Source
#[no_mangle]
pub unsafe extern "C" fn cairo_native__dict_new(
    size: u64,
    align: u64,
    dup_fn: Option<extern "C" fn(*mut c_void, *mut c_void)>,
    drop_fn: Option<extern "C" fn(*mut c_void)>,
) -> *const 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.