pub unsafe extern "C" fn PTMSYSM_SetStepHistory(
hours: u32_,
stepValue: *const u16_,
) -> ResultExpand description
Sets the system’s step count history.
§Arguments
hours- Number of hours to set the step count history for.stepValue- Pointer to read the step count history from. (The buffer size must be at leasthoursin length)