pub type pm_diagnostic_callback_t = Option<unsafe extern "C" fn(diagnostic: *const pm_diagnostic_t, data: *mut c_void)>;Expand description
A callback function that can be used to process diagnostics found while parsing.
Aliased Type§
pub enum pm_diagnostic_callback_t {
None,
Some(unsafe extern "C" fn(*const pm_diagnostic_t, *mut c_void)),
}