pub unsafe extern "C" fn uriFreeQueryListMmA(
queryList: *mut UriQueryListA,
memory: *mut UriMemoryManager,
) -> c_intExpand description
Frees all memory associated with the given query list. The structure itself is freed as well.
@param queryList INOUT: Query list to free @param memory IN: Memory manager to use, NULL for default libc @return Error code or 0 on success
@see uriFreeQueryListA @since 0.9.0