pub type gidispatch_function_t = gidispatch_function_struct;
struct gidispatch_function_t { pub id: u32, pub fnptr: *mut c_void, pub name: *mut i8, }
id: u32
fnptr: *mut c_void
name: *mut i8