#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_recording_actuator_len(
actuator: *const PamojaRecordingActuator,
) -> usizeExpand description
Reports how many commands an actuator has been given.
§Arguments
actuator- the actuator.
§Returns
The number of commands, or 0 if actuator is null.
§Safety
actuator must be a live handle from pamoja_recording_actuator_new, or
null.