Type Alias Proc_QISETextPut

Source
pub type Proc_QISETextPut = 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_QISETextPut {
    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.