pub unsafe fn EVP_PKEY_CTX_set_signature_md(
    cxt: *mut EVP_PKEY_CTX,
    md: *mut EVP_MD
) -> c_int