Exemplo n.º 1
0
 public static extern unsafe void ice_storage_kv_hash_map_ext_get(
     CoreHashMapExt *hm,
     string k,
     string map_key,
     KVStorageGetItemCallback callback,
     CoreResource *call_with
     );
Exemplo n.º 2
0
 public static extern unsafe void ice_storage_kv_get(
     CoreKVStorage *handle,
     string k,
     KVStorageGetItemCallback cb,
     CoreResource *call_with
     );