ZL_Compressor_create

Function ZL_Compressor_create 

Source
pub unsafe extern "C" fn ZL_Compressor_create() -> *mut ZL_Compressor
Expand description

@brief Create a new @ref ZL_Compressor.

The @ref ZL_Compressor must be freed with @ref ZL_Compressor_free.

@returns The @ref ZL_Compressor pointer or NULL on error.