pub type va_list = __builtin_va_list;
#[repr(C)]pub struct va_list { pub __ap: *mut c_void, }
__ap: *mut c_void