pub unsafe extern "C" fn CRYPTO_chacha_20( out: *mut u8, in_: *const u8, in_len: usize, key: *const u8, nonce: *const u8, counter: u32, )