pub fn check_in_range_inclusive_u64( value: u64, l: u64, r: u64, param: &str, ) -> Result<()>
Checks the u64 value is range [l, r] (inclusive).
u64
l
r
Returns an error if the validation check fails.