pub unsafe extern "C" fn openmpt_module_format_pattern_row_channel(
    mod_: *mut openmpt_module,
    pattern: i32,
    row: i32,
    channel: i32,
    width: usize,
    pad: c_int
) -> *const c_char
Expand description

\brief Get formatted (human-readable) pattern content

\param mod The module handle to work on. \param pattern The pattern whose data should be retrieved. \param row The row from which the data should be retrieved. \param channel The channel from which the data should be retrieved. \param width The maximum number of characters the string should contain. 0 means no limit. \param pad If true, the string will be resized to the exact length provided in the width parameter. \return The formatted pattern data at the given pattern position. \sa openmpt_module_highlight_pattern_row_channel