pub unsafe extern "C" fn TCOD_random_get_int(
    mersenne: TCOD_random_t,
    min: c_int,
    max: c_int
) -> c_int