UDF_INIT

Type Alias UDF_INIT 

Source
pub type UDF_INIT = st_udf_init;

Aliased Type§

#[repr(C)]
pub struct UDF_INIT { pub maybe_null: i8, pub decimals: u32, pub max_length: u32, pub ptr: *mut i8, pub const_item: i8, pub extension: *mut c_void, }

Fields§

§maybe_null: i8§decimals: u32§max_length: u32§ptr: *mut i8§const_item: i8§extension: *mut c_void