stbte_set_sidewidths function
void
stbte_set_sidewidths()
selects the tile to fill the bottom layer with and used to clear bottom tiles to; should be same ID as
Implementation
@ffi.Native<ffi.Void Function(ffi.Int, ffi.Int)>()
external void stbte_set_sidewidths(int left, int right);