pub fn op_webstorage_get(
    state: &mut OpState,
    key_name: String,
    persistent: bool
) -> Result<Option<String>, AnyError>