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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut cc_string_, _: *const i8))

Some value of type T.