Skip to main content

wolfSSL_CTX_sess_set_remove_cb

Function wolfSSL_CTX_sess_set_remove_cb 

Source
pub unsafe extern "C" fn wolfSSL_CTX_sess_set_remove_cb(
    ctx: *mut WOLFSSL_CTX,
    f: Option<unsafe extern "C" fn(ctx: *mut WOLFSSL_CTX, arg1: *mut WOLFSSL_SESSION)>,
)