/// Weight values used for Chinese ID card number validation.
///
/// Each digit in the ID number (except the last check digit) is multiplied by
/// the corresponding weight in this array during validation.
pub const WEIGHTS: = ;
/// Check code characters used for Chinese ID card validation.
///
/// The last digit of the ID number is validated against these characters
/// based on the calculated checksum.
pub const CHECK_CODES: = ;