pub type sb_params = sb_parameters;
#[repr(C)]pub struct sb_params { pub q_index: i32, pub rdmult: i32, }
q_index: i32
rdmult: i32