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