#[export_name = "zlibVersion"]
pub const extern "C" fn zlibVersion() -> *const c_char
Expand description
The version of the zlib library.
Its value is a pointer to a NULL-terminated sequence of bytes.
The version string for this release is 1.3.0-zlib-rs-0.4.0
:
- The first component is the version of stock zlib that this release is compatible with
- The final component is the zlib-rs version used to build this release.