pub unsafe extern "C" fn sha256_update_ret(
    ctx: *mut sha256_context,
    input: *const c_uchar,
    ilen: size_t
) -> c_int