abstract fun crypto_secretbox_open_easy(m: ByteArray, c: ByteArray, clen: Long, n: Pointer, k: Pointer): Int
abstract fun crypto_secretbox_open_easy(m: Pointer, c: Pointer, clen: Long, n: Pointer, k: Pointer): Int