pub unsafe extern "C" fn projectm_playlist_get_shuffle(
instance: projectm_playlist_handle,
) -> boolExpand description
@brief Retrieves the current state of shuffle mode. @param instance The playlist manager instance. @return True if shuffle mode is enabled, false otherwise.