Type Definition soapysdr_sys::SoapySDRLogHandler

source ·
pub type SoapySDRLogHandler = Option<unsafe extern "C" fn(logLevel: SoapySDRLogLevel, message: *const c_char)>;
Expand description

Typedef for the registered log handler function.