[][src]Type Definition libxslt::bindings::xmlListDataCompare

type xmlListDataCompare = Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>;

xmlListDataCompare: @data0: the first data @data1: the second data

Callback function used to compare 2 data.

Returns 0 is equality, -1 or 1 otherwise depending on the ordering.