1 2 3 4 5 6 7 8 9 10 11 12
/* ------------------------------------------- Copyright ZKA Technologies. ------------------------------------------- */ #include <new> #include <cstddef> #include <cstdint> typedef int32_t efs_encrypt_token_t; typedef void* efs_encrypted_blob_t;