pub unsafe extern "C" fn chacha_setup( st: *mut chacha_state, key: *const c_uchar, keylen: c_ulong, rounds: c_int, ) -> c_int