pub fn extern_spec_From_u8_u64_from(small: u8) -> u64
extern spec for u64::from
u64::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (small as Self)