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