pub unsafe extern "C" fn openmpt_module_set_position_seconds(
    mod_: *mut openmpt_module,
    seconds: f64
) -> f64
Expand description

\brief Set approximate current song position

\param mod The module handle to work on. \param seconds Seconds to seek to. If seconds is out of range, the position gets set to song start or end respectively. \return Approximate new song position in seconds. \sa openmpt_module_get_position_seconds