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