Export the plist_t structure to binary format.
- Parameters
-
| plist | the root node to export |
| plist_bin | a pointer to a char* buffer. This function allocates the memory, caller is responsible for freeing it. |
| length | a pointer to an uint32_t variable. Represents the length of the allocated buffer. |