pub unsafe extern "C" fn LLVMIntrinsicGetName( ID: c_uint, NameLength: *mut usize, ) -> *const c_char
Retrieves the name of an intrinsic.
@see llvm::Intrinsic::getName()