Type Definition rustls_ffi::log::rustls_log_callback

source ·
pub type rustls_log_callback = Option<unsafe extern "C" fn(userdata: *mut c_void, params: *const rustls_log_params<'_>)>;