fn value_to_table_element(
    store: &mut impl AsStoreMut,
    val: Value
) -> Result<TableElement, RuntimeError>