fn setCursorPosition(self: *const SimpleTextOutputProtocol, column: usize, row: usize) Status

Sets the current coordinates of the cursor position.

Parameters

column: usize,
row: usize,