pub unsafe extern "C" fn sys_keccak( in_state: *const [u64; 25], out_state: *mut [u64; 25], ) -> i32
Permute the keccak state on the host