pub unsafe fn SetConsoleCursorPosition<'a>( hconsoleoutput: impl IntoParam<'a, HANDLE>, dwcursorposition: impl IntoParam<'a, COORD>, ) -> BOOL