pub unsafe extern "C" fn twofish_setup( key: *const c_uchar, keylen: c_int, num_rounds: c_int, skey: *mut symmetric_key, ) -> c_int