pub unsafe extern "C" fn clang_createTranslationUnit2(
    index: CXIndex,
    file: *const c_char,
    tu: *mut CXTranslationUnit
) -> CXErrorCode