fn cursor_file(cursor: CXCursor) -> Option<String>
Returns the absolute path of the source file that contains cursor, or None if the information is unavailable.
cursor
None