pub fn raw_map_delete_elem<F: KernelAuxiliaryOps>( map: *mut c_void, key: *const c_void, ) -> i64
Delete entry with key from map.
The delete map element helper call is used to delete values from maps.