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