1 2 3 4 5
use libc::c_char; extern { pub fn unzip(zip_path: *const c_char, target_path: *const c_char) -> i32; }