pub unsafe extern "C" fn X509_sign(
    x: *mut X509,
    pkey: *mut EVP_PKEY,
    md: *const EVP_MD
) -> c_int