pub type readstat_end_data_callback = Option<unsafe extern "C" fn(writer: *mut c_void) -> readstat_error_t>;
pub enum readstat_end_data_callback { None, Some(unsafe extern "C" fn(*mut c_void) -> u32), }
No value.
Some value of type T.
T