pub fn check_positive_u64(value: u64, param: &str) -> Result<()>
Checks the u64 value is positive (> 0).
u64
Returns an error if the validation check fails.