pub unsafe extern "C" fn X509_CRL_digest(
    crl: *const X509_CRL,
    md: *const EVP_MD,
    out: *mut u8,
    out_len: *mut c_uint
) -> c_int