pub type SSLVersionRange = SSLVersionRangeStr;
#[repr(C)]pub struct SSLVersionRange { pub min: u16, pub max: u16, }
min: u16
max: u16