pub unsafe extern "C" fn KeccakWidth1600_Sponge(
    rate: c_uint,
    capacity: c_uint,
    input: *const c_uchar,
    inputByteLen: usize,
    suffix: c_uchar,
    output: *mut c_uchar,
    outputByteLen: usize
) -> c_int