pub unsafe extern "C" fn KeccakP1600_AddBytes(
    state: *mut c_void,
    data: *const c_uchar,
    offset: c_uint,
    length: c_uint
)