pub type archive_passphrase_callback = Option<unsafe extern "C" fn(arg1: *mut archive, _client_data: *mut c_void) -> *const c_char>;Aliased Type§
pub enum archive_passphrase_callback {
None,
Some(unsafe extern "C" fn(*mut archive, *mut c_void) -> *const i8),
}