Searched defs:StringVector (Results 1 – 3 of 3) sorted by relevance
25 pub unsafe extern "C" fn ReadLines(path: *const c_char) -> *mut StringVector { in ReadLines()47 pub unsafe extern "C" fn StringVectorFree(lines: *mut StringVector) { in StringVectorFree()
54 pub struct StringVector { struct74 pub(crate) unsafe fn read_lines(path: *const c_char) -> Result<*mut StringVector, Error> { in read_lines()
30 typedef void StringVector; typedef