[][src]Function aravis_sys::arv_xml_schema_validate

pub unsafe extern "C" fn arv_xml_schema_validate(
    schema: *mut ArvXmlSchema,
    xml: *mut c_void,
    size: size_t,
    line: *mut c_int,
    column: *mut c_int,
    error: *mut *mut GError
) -> gboolean