pub type FPtr_respack = Option<unsafe extern "C" fn(locale: *const char_t) -> *mut ResPack>;
pub enum FPtr_respack { None, Some(unsafe extern "C" fn(*const i8) -> *mut _respack), }
No value.
Some value of type T.
T