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