Type Alias tStoreDatapointValue
pub type tStoreDatapointValue = Option<unsafe extern "C" fn(*mut c_void, *mut sGCDatapointValue)>;Aliased Type§
pub enum tStoreDatapointValue {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut sGCDatapointValue)),
}