uriNormalizeSyntaxA

Function uriNormalizeSyntaxA 

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

Normalizes all components of a %URI.

NOTE: If necessary the %URI becomes owner of all memory behind the text pointed to. Text is duplicated in that case. Uses default libc-based memory manager.

@param uri INOUT: %URI to normalize @return Error code or 0 on success

@see uriNormalizeSyntaxExA @see uriNormalizeSyntaxExMmA @see uriNormalizeSyntaxMaskRequiredA @since 0.5.0