pub unsafe extern "C" fn crypto_chacha20_ietf(
    cipher_text: *mut u8,
    plain_text: *const u8,
    text_size: usize,
    key: *const u8,
    nonce: *const u8,
    ctr: u32
) -> u32