pub unsafe extern "C" fn wolfSSL_UseSNI(
    ssl: *mut WOLFSSL,
    type_: c_uchar,
    data: *const c_void,
    size: c_ushort
) -> c_int