pub unsafe extern "C" fn g_rand_set_seed_array(
    rand_: *mut GRand,
    seed: *const u32,
    seed_length: c_uint
)