pub type zip_error_t = zip_error;
struct zip_error_t { pub zip_err: i32, pub sys_err: i32, pub str: *mut i8, }
zip_err: i32
sys_err: i32
str: *mut i8