pub unsafe extern "C" fn wolfSSL_X509_set_pubkey(
    cert: *mut WOLFSSL_X509,
    pkey: *mut WOLFSSL_EVP_PKEY
) -> c_int