Function llvm_sys::core::LLVMFunctionType

source ยท
pub unsafe extern "C" fn LLVMFunctionType(
    ReturnType: LLVMTypeRef,
    ParamTypes: *mut LLVMTypeRef,
    ParamCount: c_uint,
    IsVarArg: LLVMBool
) -> LLVMTypeRef