[][src]Type Definition openssl_sys::SSL_CTX_keylog_cb_func

type SSL_CTX_keylog_cb_func = Option<unsafe extern "C" fn(ssl: *const SSL, line: *const c_char)>;