pub unsafe extern "C" fn wolfSSL_CTX_set_cert_cb(
    ctx: *mut WOLFSSL_CTX,
    cb: CertSetupCallback,
    arg: *mut c_void
)