ZL_Output_ptr

Function ZL_Output_ptr 

Source
pub unsafe extern "C" fn ZL_Output_ptr(
    output: *mut ZL_Output,
) -> *mut c_void
Expand 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.