pub type OperationCompletedFn = fn(i32, i32, i32, i32, &mut dyn CallbackArg);Expand description
Function signature for the Operation Completed callback used by the XFS API.
Handles device-sent messages indicating an asynchronous operation has completed.
ยงParameters
call_id: callback ID returned by the initial async calloperation_id: async operation ID to uniquely identify the type of callresult: the result status of the callextended_result: the extended result of the callcallback_arg: callback call argument (may be theunittype if not supplied)