bool sudoku_generate_board(struct sudoku_state_t* state, char** difficulty);
bool sudoku_solve_board(struct sudoku_state_t* state);