pub unsafe extern "C" fn LLVMCountParams(Fn: LLVMValueRef) -> c_uintExpand description
Obtain the number of parameters in a function.
@see llvm::Function::arg_size()
pub unsafe extern "C" fn LLVMCountParams(Fn: LLVMValueRef) -> c_uintObtain the number of parameters in a function.
@see llvm::Function::arg_size()