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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: i32, _: *const i8, _: i32, _: *const i8, _: *mut __va_list_tag))

Some value of type T.