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

\brief Get a sample name

\param mod The module handle to work on. \param index The sample whose name should be retrieved \return The sample name. \sa openmpt_module_get_num_samples