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