Type Alias MYSQL_PS_CONVERSION

Source
pub type MYSQL_PS_CONVERSION = st_mysql_perm_bind;

Aliased Type§

#[repr(C)]
pub struct MYSQL_PS_CONVERSION { pub func: Option<unsafe extern "C" fn(*mut st_mysql_bind, *const st_mysql_field, *mut *mut u8)>, pub pack_len: i32, pub max_len: u64, }

Fields§

§func: Option<unsafe extern "C" fn(*mut st_mysql_bind, *const st_mysql_field, *mut *mut u8)>§pack_len: i32§max_len: u64