pub type MY_CHARSET_LOADER = my_charset_loader_st;

Aliased Type§

struct MY_CHARSET_LOADER {
    pub error: [i8; 128],
    pub once_alloc: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>,
    pub malloc: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>,
    pub realloc: Option<unsafe extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void>,
    pub free: Option<unsafe extern "C" fn(_: *mut c_void)>,
    pub reporter: Option<unsafe extern "C" fn(_: u32, _: *const i8, ...)>,
    pub add_collation: Option<unsafe extern "C" fn(_: *mut charset_info_st) -> i32>,
}

Fields§

§error: [i8; 128]§once_alloc: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>§malloc: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>§realloc: Option<unsafe extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void>§free: Option<unsafe extern "C" fn(_: *mut c_void)>§reporter: Option<unsafe extern "C" fn(_: u32, _: *const i8, ...)>§add_collation: Option<unsafe extern "C" fn(_: *mut charset_info_st) -> i32>