pub unsafe extern "C" fn validator_options_set_limit(
    opts: *mut ValidatorOptions,
    limit_type: ValidatorLimits,
    limit: u32
)
Expand description

Records the maximum Universal Limit that is considered valid in the given Validator options object. argument must be a valid options object.