Function binaryen_sys::BinaryenAddFunctionWithHeapType
source · pub unsafe extern "C" fn BinaryenAddFunctionWithHeapType(
module: BinaryenModuleRef,
name: *const c_char,
type_: BinaryenHeapType,
varTypes: *mut BinaryenType,
numVarTypes: BinaryenIndex,
body: BinaryenExpressionRef
) -> BinaryenFunctionRef