pub type FP_String_AppendConst = Option<unsafe extern "C" fn(str_: *mut cc_string, src: *const c_char)>;
enum FP_String_AppendConst { None, Some(unsafe extern "C" fn(*mut cc_string_, *const i8)), }
No value.
Some value of type T.
T