pub unsafe extern "C" fn openmpt_module_get_pattern_row_channel_command(
    mod_: *mut openmpt_module,
    pattern: i32,
    row: i32,
    channel: i32,
    command: c_int
) -> u8
Expand description

\brief Get raw 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. See \ref openmpt_module_command_index \return The internal, raw pattern data at the given pattern position.