pub unsafe extern "C" fn sudokuGenerate(
    array: *mut l_int32,
    seed: l_int32,
    minelems: l_int32,
    maxtries: l_int32
) -> *mut L_SUDOKU