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