pub type Zip_SelectEntry = Option<unsafe extern "C" fn(path: *const cc_string) -> cc_bool>;

Aliased Type§

enum Zip_SelectEntry {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_) -> u8)

Some value of type T.