pub unsafe fn bytes_to_string_vec(ptr: *const c_char) -> Vec<String>
Convert a C bytes pointer into an owned Vec<String>.
Vec<String>
ptr