pub type processingInstructionSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, target: *const xmlChar, data: *const xmlChar);
Callback for processing instructions.