pub type GEOSMessageHandler = Option<unsafe extern "C" fn(fmt: *const c_char, ...)>;
pub enum GEOSMessageHandler { None, Some(unsafe extern "C" fn(*const u8, ...)), }
No value.
Some value of type T.
T