pub unsafe extern "C" fn dm_split_words(
    buffer: *mut c_char,
    max: c_uint,
    ignore_comments: c_uint,
    argv: *mut *mut c_char
) -> c_int