pub fn hash_set(
    key: *mut RedisModuleKey,
    field: &str,
    value: *mut RedisModuleString
) -> Status