pub unsafe extern "C" fn X509_signature_print(
    bio: *mut BIO,
    alg: *const X509_ALGOR,
    sig: *const ASN1_STRING
) -> c_int