Type Alias classicube_sys::Zip_ProcessEntry

source ·
pub type Zip_ProcessEntry = Option<unsafe extern "C" fn(path: *const cc_string, data: *mut Stream, entry: *mut ZipEntry) -> cc_result>;

Aliased Type§

enum Zip_ProcessEntry {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_, _: *mut Stream, _: *mut ZipEntry) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_, _: *mut Stream, _: *mut ZipEntry) -> u32)

Some value of type T.