LLVMGetVersion

Function LLVMGetVersion 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMGetVersion(
    Major: *mut c_uint,
    Minor: *mut c_uint,
    Patch: *mut c_uint,
)