pub unsafe extern "C" fn iplProbeBatchSave(
    probeBatch: IPLProbeBatch,
    serializedObject: IPLSerializedObject
)
Expand description

Saves a probe batch to a serialized object. Typically, the serialized object will then be saved to disk.

\param probeBatch The probe batch to save. \param serializedObject The serialized object into which to save the probe batch.