pub unsafe extern "C" fn ets_sha_update(
    ctx: *mut SHA_CTX,
    input: *const c_uchar,
    input_bytes: u32,
    update_ctx: bool
)