pub unsafe fn clang_getSpellingLocation(
location: CXSourceLocation,
file: *mut CXFile,
line: *mut c_uint,
column: *mut c_uint,
offset: *mut c_uint
)