pub type PrismAvailabilityBaselineCallback = Option<unsafe extern "C" fn(userdata: *mut c_void)>;Expand description
The type of a function invoked once the poll thread has established its availability baseline.
Aliased Type§
pub enum PrismAvailabilityBaselineCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}