pub unsafe extern "C" fn LLVMLookupIntrinsicID( Name: *const c_char, NameLen: usize, ) -> c_uint
Obtain the intrinsic ID number which matches the given function name.
@see llvm::Intrinsic::lookupIntrinsicID()