1
2
3
4
5
use libc::uint32_t;

extern {
	pub fn av_get_random_seed() -> uint32_t;
}