CreateEnzymeStaticTraceInterface

Function CreateEnzymeStaticTraceInterface 

Source
pub unsafe extern "C" fn CreateEnzymeStaticTraceInterface(
    C: LLVMContextRef,
    getTraceFunction: LLVMValueRef,
    getChoiceFunction: LLVMValueRef,
    insertCallFunction: LLVMValueRef,
    insertChoiceFunction: LLVMValueRef,
    insertArgumentFunction: LLVMValueRef,
    insertReturnFunction: LLVMValueRef,
    insertFunctionFunction: LLVMValueRef,
    insertChoiceGradientFunction: LLVMValueRef,
    insertArgumentGradientFunction: LLVMValueRef,
    newTraceFunction: LLVMValueRef,
    freeTraceFunction: LLVMValueRef,
    hasCallFunction: LLVMValueRef,
    hasChoiceFunction: LLVMValueRef,
) -> EnzymeTraceInterfaceRef