#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_stepper_steps(
stepper: *const PamojaStepper,
) -> i32Expand description
Returns how many steps a stepper has taken, signed by direction.
§Returns
The net step count, or 0 if stepper is null.
§Safety
stepper must be a live handle from pamoja_stepper_new, or null.