archive_read_open_memory2

Function archive_read_open_memory2 

Source
pub unsafe extern "C" fn archive_read_open_memory2(
    a: *mut archive,
    buff: *const c_void,
    size: usize,
    read_size: usize,
) -> c_int