#[no_mangle]
pub unsafe extern "C" fn word_tokenize_for_vec2doc(
    value: *const c_char
) -> *mut c_char
Expand description

Interface function for vec2doc-expected word tokenization of a document path

Safety