pub unsafe extern "C" fn logos_rt_map_set_ii(
map: i64,
key: i64,
value: i64,
)Expand description
Map insert on the kernel’s own storage — identical hashing, identical iteration order.
§Safety
map must be a live *mut MapStorage pinned for the run.