pub unsafe extern "C" fn KeccakP200_ExtractAndAddBytes(
    state: *const c_void,
    input: *const c_uchar,
    output: *mut c_uchar,
    offset: c_uint,
    length: c_uint
)