pub unsafe extern "C" fn KeccakF1600_FastLoop_Absorb(
    state: *mut c_void,
    laneCount: c_uint,
    data: *const c_uchar,
    dataByteLen: usize
) -> usize