ZL_Output_contentCapacity

Function ZL_Output_contentCapacity 

Source
pub unsafe extern "C" fn ZL_Output_contentCapacity(
    output: *const ZL_Output,
) -> ZL_Report
Expand description

@returns The capacity of the buffer reserved for @p output in bytes. If @p output has not been reserved, it returns an error. For string types, this is the sum of the lengths of each string that can be written into the buffer.