pub unsafe fn clang_getFileContents(
    tu: CXTranslationUnit,
    file: CXFile,
    size: *mut size_t
) -> *const c_char
Expand description

Only available on libclang 6.0 and later.