pub type UNESCAPE_CHAR_AT = Option<unsafe extern "C" fn(offset: i32, context: *mut c_void) -> UChar>;
enum UNESCAPE_CHAR_AT { None, Some(unsafe extern "C" fn(_: i32, _: *mut c_void) -> u16), }
No value.
Some value of type T.
T