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