pub fn check_positive_i64(value: i64, param: &str) -> Result<()>
Checks the i64 value is positive (> 0).
i64