pub fn single_bool_to_numeric<O>(value: bool) -> Option<O>where O: NumCast + Default,
Cast single bool value to numeric value.