[−][src]Type Definition libxslt::bindings::xmlListWalker
type xmlListWalker = Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>;
xmlListWalker: @data: the data found in the list @user: extra user provided data to the walker
Callback function used when walking a list with xmlListWalk().
Returns 0 to stop walking the list, 1 otherwise.