#[unsafe(no_mangle)]pub extern "C" fn xmlDictSetLimit( _dict: *mut c_void, _limit: c_uint, ) -> c_uint
Set the dictionary size limit.
unsigned int xmlDictSetLimit(xmlDictPtr dict, unsigned int limit);