ZL_CompressorSerializer_create

Function ZL_CompressorSerializer_create 

Source
pub unsafe extern "C" fn ZL_CompressorSerializer_create() -> *mut ZL_CompressorSerializer
Expand description

Creates and initializes an opaque ZL_CompressorSerializer object.

Currently, this object can only be used for a single call to @ref ZL_CompressorSerializer_serialize(). You need to create a new serializer for every serialization you want to do.

This will likely be improved in the future; it shouldn’t be too hard to do.

@returns the created ZL_CompressorSerializer if successful. Otherwise, returns NULL.