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