uriToStringCharsRequiredA

Function uriToStringCharsRequiredA 

Source
pub unsafe extern "C" fn uriToStringCharsRequiredA(
    uri: *const UriUriA,
    charsRequired: *mut c_int,
) -> c_int
Expand description

Calculates the number of characters needed to store the string representation of the given %URI excluding the terminator.

@param uri IN: %URI to measure @param charsRequired OUT: Length of the string representation in characters excluding terminator @return Error code or 0 on success

@see uriToStringA @since 0.5.0