pub unsafe fn WSDXMLAddChild(
    pparent: *mut WSDXML_ELEMENT,
    pchild: *mut WSDXML_ELEMENT
) -> Result<()>