Type Alias alsa_sys::snd_local_error_handler_t
source · pub type snd_local_error_handler_t = Option<unsafe extern "C" fn(file: *const c_char, line: c_int, func: *const c_char, err: c_int, fmt: *const c_char, arg: *mut __va_list_tag)>;
Expand description
Local error handler function type
Aliased Type§
enum snd_local_error_handler_t {
None,
Some(unsafe extern "C" fn(_: *const i8, _: i32, _: *const i8, _: i32, _: *const i8, _: *mut __va_list_tag)),
}