readstat_write_int8_callback

Type Alias readstat_write_int8_callback 

Source
pub type readstat_write_int8_callback = Option<unsafe extern "C" fn(row_data: *mut c_void, variable: *const readstat_variable_t, value: i8) -> readstat_error_t>;

Aliased Type§

pub enum readstat_write_int8_callback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const readstat_variable_s, i8) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const readstat_variable_s, i8) -> u32)

Some value of type T.