pub unsafe extern "C" fn uriComposeQueryCharsRequiredA(
queryList: *const UriQueryListA,
charsRequired: *mut c_int,
) -> c_intExpand description
Calculates the number of characters needed to store the string representation of the given query list excluding the terminator. It is assumed that line breaks are will be normalized to “%0D%0A”.
@param queryList IN: Query list to measure @param charsRequired OUT: Length of the string representation in characters excluding terminator @return Error code or 0 on success
@see uriComposeQueryCharsRequiredExA @see uriComposeQueryA @since 0.7.0