pub type IntermediateOccurredFn = fn(i32, i32, i32, &mut dyn CallbackArg);Expand description
Function signature for the Intermediate Occurred callback used by the XFS API.
Handles an intermediate state transition occurred during an ongoing transaction.
ยงParameters
call_id: callback ID returned by the initial async calloperation_id: async operation ID to uniquely identify the type of callreason: specifies the reason for the intermediate eventcallback_arg: callback call argument (may be theunittype if not supplied)