pub unsafe extern "C" fn projectm_playlist_get_position(
instance: projectm_playlist_handle,
) -> u32Expand description
@brief Returns the current playlist position. @param instance The playlist manager instance. @return The current playlist position. If the playlist is empty, 0 will be returned.