pub unsafe extern "C" fn rc4_stream_crypt( st: *mut rc4_state, in_: *const c_uchar, inlen: c_ulong, out: *mut c_uchar, ) -> c_int