pub unsafe extern "C" fn openmpt_module_get_subsong_name(
    mod_: *mut openmpt_module,
    index: i32
) -> *const c_char
Expand description

\brief Get a sub-song name

\param mod The module handle to work on. \param index The sub-song whose name should be retrieved \return The sub-song name. \sa openmpt_module_get_num_subsongs, openmpt_module_select_subsong, openmpt_module_get_selected_subsong