pub fn as_cairo_short_string_ex(value: &Felt, length: usize) -> Option<String>
Converts a bigint representing a felt252 to a Cairo short-string of the given length. Nulls are allowed and length must be <= 31.