internal static extern Status FromMsgPack(
     byte *data, ulong size, out CompactPlaintextBallotHandle handle);
 internal static extern Status ToMsgPack(
     CompactPlaintextBallotHandle handle, out IntPtr data, out UIntPtr size);
 internal static extern Status Free(CompactPlaintextBallotHandle handle);