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