pub unsafe extern "C" fn EVP_DigestSignUpdate(
    ctx: *mut EVP_MD_CTX,
    data: *const c_void,
    len: usize
) -> c_int