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