pub unsafe extern "C" fn ssl_conf_max_version(
    conf: *mut ssl_config,
    major: c_int,
    minor: c_int
)