pub type Udf_func_clear = Option<unsafe extern "C" fn(initid: *mut UDF_INIT, is_null: *mut c_uchar, error: *mut c_uchar)>;
Expand description
Function signature of an xxx_clear(...)
aggregate function
Aliased Type§
pub enum Udf_func_clear {
None,
Some(unsafe extern "C" fn(*mut UDF_INIT, *mut u8, *mut u8)),
}