pub unsafe extern "C" fn openmpt_module_format_pattern_row_channel_command(
    mod_: *mut openmpt_module,
    pattern: i32,
    row: i32,
    channel: i32,
    command: 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 command The cell index at which the data should be retrieved. \return The formatted pattern data at the given pattern position. See \ref openmpt_module_command_index \sa openmpt_module_highlight_pattern_row_channel_command