pub unsafe extern "C" fn sha256_update(
    ctx: *mut sha256_context,
    input: *const c_uchar,
    ilen: c_uint
)