pub unsafe extern "C" fn ZL_Output_ptr(
output: *mut ZL_Output,
) -> *mut c_voidExpand description
These methods provide direct access to internal buffer.
Warning : users must pay attention to buffer boundaries.
@return pointer to buffer position to resume writing.
@note for ZL_Type_string, returns a pointer to the buffer containing the
concatenated strings.