pub fn reply_with_simple_string(
    ctx: *mut RedisModuleCtx,
    s: *const c_char
) -> Status