pub type Zip_SelectEntry = Option<unsafe extern "C" fn(path: *const cc_string) -> cc_bool>;
enum Zip_SelectEntry { None, Some(unsafe extern "C" fn(_: *const cc_string_) -> u8), }
No value.
Some value of type T.
T