pub type FPtr_from_data = Option<unsafe extern "C" fn(data: *const byte_t, size: u32) -> *mut c_void>;
pub enum FPtr_from_data { None, Some(unsafe extern "C" fn(*const u8, u32) -> *mut c_void), }
No value.
Some value of type T.
T