Function wolfssl_sys::wolfSSL_CTX_set_info_callback
source · pub unsafe extern "C" fn wolfSSL_CTX_set_info_callback(
ctx: *mut WOLFSSL_CTX,
f: Option<unsafe extern "C" fn(ssl: *const WOLFSSL, type_: c_int, val: c_int)>
)