pub unsafe extern "C" fn wolfSSL_CTX_add_session(
    ctx: *mut WOLFSSL_CTX,
    session: *mut WOLFSSL_SESSION
) -> c_int