pub type func_t = func_s;
#[repr(C)]pub struct func_t { pub ptr: [*mut c_void; 4], }
ptr: [*mut c_void; 4]