pub type SoapySDRLogHandler = Option<unsafe extern "C" fn(logLevel: SoapySDRLogLevel, message: *const c_char)>;Expand description
Typedef for the registered log handler function.
Aliased Type§
pub enum SoapySDRLogHandler {
None,
Some(unsafe extern "C" fn(u32, *const i8)),
}