Function crfsuite_sys::crfsuite_item_swap [] [src]

pub unsafe extern "C" fn crfsuite_item_swap(
    x: *mut crfsuite_item_t,
    y: *mut crfsuite_item_t
)

Swap the contents of two item structures. @param x The pointer to an item structure. @param y The pointer to another item structure.