Type Alias Proc_QTTSTextPut

Source
pub type Proc_QTTSTextPut = Option<unsafe extern "C" fn(sessionID: *const c_char, textString: *const c_char, textLen: c_uint, params: *const c_char) -> c_int>;

Aliased Type§

enum Proc_QTTSTextPut {
    None,
    Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: u32, _: *const i8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: u32, _: *const i8) -> i32)

Some value of type T.