#[unsafe(no_mangle)]
pub extern "C" fn LLVMFunctionType(
ReturnType: LLVMTypeRef,
ParamTypes: *mut LLVMTypeRef,
ParamCount: c_uint,
IsVarArg: LLVMBool,
) -> LLVMTypeRef
#[unsafe(no_mangle)]
pub extern "C" fn LLVMFunctionType(
ReturnType: LLVMTypeRef,
ParamTypes: *mut LLVMTypeRef,
ParamCount: c_uint,
IsVarArg: LLVMBool,
) -> LLVMTypeRef