[][src]Function boring_sys::SSL_CTX_set_keylog_callback

pub unsafe extern "C" fn SSL_CTX_set_keylog_callback(
    ctx: *mut SSL_CTX,
    cb: Option<unsafe extern "C" fn(ssl: *const SSL, line: *const c_char)>
)