pub type sfcgal_error_handler_t = Option<unsafe extern "C" fn(arg1: *const c_char, ...) -> c_int>;
enum sfcgal_error_handler_t { None, Some(unsafe extern "C" fn(_: *const i8, ...) -> i32), }
No value.
Some value of type T.
T