Function crfsuite_sys::crfsuite_instance_swap [] [src]

pub unsafe extern "C" fn crfsuite_instance_swap(
    x: *mut crfsuite_instance_t,
    y: *mut crfsuite_instance_t
)

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