TSExecuteCallback

Type Alias TSExecuteCallback 

Source
pub type TSExecuteCallback = Option<unsafe extern "C-unwind" fn(arg: *mut c_void, val: *mut QueryOperand, data: *mut ExecPhraseData) -> Type>;

Aliased Type§

pub enum TSExecuteCallback {
    None,
    Some(unsafe extern "C-unwind" fn(*mut c_void, *mut QueryOperand, *mut ExecPhraseData) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut c_void, *mut QueryOperand, *mut ExecPhraseData) -> u32)

Some value of type T.