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