pub unsafe extern "C" fn av_lfg_init_from_data( c: *mut AVLFG, data: *const u8, length: u32, ) -> i32
Seed the state of the ALFG using binary data.
@return 0 on success, negative value (AVERROR) on failure.