Skip to main content

copy_notation

Function copy_notation 

Source
pub unsafe fn copy_notation(notation: *mut _xmlNotation) -> *mut _xmlNotation
Expand description

Deep copy a notation declaration.

§UPSTREAM-PARITY

xmlNotationPtr xmlCopyNotation(xmlNotationPtr notation);

§SAFETY

  • notation must be a valid pointer to an _xmlNotation, or NULL.