Function SSL_CTX_set_keylog_callback

Source
pub unsafe extern "C" fn SSL_CTX_set_keylog_callback(
    ctx: *mut ssl_ctx_st,
    cb: Option<unsafe extern "C" fn(*const ssl_st, *const i8)>,
)