pub unsafe extern "C" fn burn_track_define_data(
t: *mut burn_track,
offset: c_int,
tail: c_int,
pad: c_int,
mode: c_int,
)Expand description
Define the data in a track
@param t the track to define
@param offset The lib will write this many 0s before start of data
@param tail The number of extra 0s to write after data
@param pad 1 means the lib should pad the last sector with 0s if the track isn’t exactly sector sized. (otherwise the lib will begin reading from the next track)
@param mode data format (bitfield)