pub unsafe extern "C" fn SSL_get0_ech_name_override(
    ssl: *const SSL,
    out_name: *mut *const c_char,
    out_name_len: *mut usize
)