Function SetConsoleCursorPosition

pub unsafe fn SetConsoleCursorPosition(
    hconsoleoutput: HANDLE,
    dwcursorposition: COORD,
) -> Result<()>