pub unsafe extern "C" fn wolfSSL_X509_sign(
    x509: *mut WOLFSSL_X509,
    pkey: *mut WOLFSSL_EVP_PKEY,
    md: *const WOLFSSL_EVP_MD
) -> c_int