pub extern "C" fn hashmap_len(map_ptr: *mut c_void) -> i64
获取HashMap中键值对的数量
map_ptr
返回HashMap中键值对的数量,如果指针无效返回0