archive_switch_callback

Type Alias archive_switch_callback 

Source
pub type archive_switch_callback = Option<unsafe extern "C" fn(arg1: *mut archive, _client_data1: *mut c_void, _client_data2: *mut c_void) -> c_int>;

Aliased Type§

pub enum archive_switch_callback {
    None,
    Some(unsafe extern "C" fn(*mut archive, *mut c_void, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.