Function crfsuite_sys::crfsuite_data_swap [] [src]

pub unsafe extern "C" fn crfsuite_data_swap(
    x: *mut crfsuite_data_t,
    y: *mut crfsuite_data_t
)

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