pub type BF_KEY = bf_key_st;
struct BF_KEY { pub P: [u32; 18], pub S: [u32; 1024], }
P: [u32; 18]
S: [u32; 1024]