pub type FP_String_Format1 = Option<unsafe extern "C" fn(str_: *mut cc_string, format: *const c_char, a1: *const c_void)>;
Aliased Type§
pub enum FP_String_Format1 {
None,
Some(unsafe extern "C" fn(*mut cc_string_, *const i8, *const c_void)),
}