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