pub unsafe extern "C" fn wolfSSL_CTX_set_servername_callback(
    ctx: *mut WOLFSSL_CTX,
    cb: CallbackSniRecv
)