pub unsafe extern "C" fn notcurses_cursor_yx( nc: *const notcurses, y: *mut c_int, x: *mut c_int, ) -> c_int
Get the current location of the terminal’s cursor, whether visible or not.