pub unsafe extern "C" fn ripemd160_update(
    ctx: *mut ripemd160_context,
    input: *const c_uchar,
    ilen: size_t
)