Returns a StorageBaseAddress given a felt252 value. Wraps around the value if it is not in the range [0, 2**251 - 256).

Signature

pub extern fn storage_base_address_from_felt252(addr: felt252) -> StorageBaseAddress implicits(RangeCheck) nopanic;