Add/update the from_int group of functions to provide one that errors and one that is const and panics (errors in const context are not useful because one cannot call `unwrap` in const context).