Function llvm_sys::core::LLVMGetVersion

source ยท
pub unsafe extern "C" fn LLVMGetVersion(
    Major: *mut c_uint,
    Minor: *mut c_uint,
    Patch: *mut c_uint
)