ZL_CompressorDeserializer_create

Function ZL_CompressorDeserializer_create 

Source
pub unsafe extern "C" fn ZL_CompressorDeserializer_create() -> *mut ZL_CompressorDeserializer
Expand description

Creates and initializes an opaque ZL_CompressorDeserializer object.

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

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

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