#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathDebugDumpObject(
output: *mut c_void,
cur: *mut _xmlXPathObject,
depth: c_int,
)Expand description
void xmlXPathDebugDumpObject(FILE *output, xmlXPathObject *cur, int depth).
§SAFETY
outputmust be a valid FILE* or NULL;cura valid object or NULL.