webkit_dom_document_create_processing_instruction

Function webkit_dom_document_create_processing_instruction 

Source
pub unsafe extern "C" fn webkit_dom_document_create_processing_instruction(
    self_: *mut WebKitDOMDocument,
    target: *const c_char,
    data: *const c_char,
    error: *mut *mut GError,
) -> *mut WebKitDOMProcessingInstruction