pub(crate) extern "C" fn LLVMGetVersion( major: &mut c_uint, minor: &mut c_uint, patch: &mut c_uint, )
Gets the actual version of LLVM that we are linked to at runtime.
Can be called without initializing LLVM.