Skip to main content

xmlResetError

Function xmlResetError 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlResetError(err: *mut _xmlError)
Expand description

Reset an error structure.

§UPSTREAM-PARITY

void xmlResetError(xmlErrorPtr err);

§SAFETY

  • err must be a valid pointer to _xmlError, or NULL.