archive_passphrase_callback

Type Alias archive_passphrase_callback 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut archive, *mut c_void) -> *const i8)

Some value of type T.