pub type TSExecuteCallback = Option<unsafe extern "C" fn(arg: *mut c_void, val: *mut QueryOperand, data: *mut ExecPhraseData) -> TSTernaryValue>;Aliased Type§
pub enum TSExecuteCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut QueryOperand, *mut ExecPhraseData) -> u32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut QueryOperand, *mut ExecPhraseData) -> u32)
Some value of type T.