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