Type Alias esp_idf_sys::arg_errorfn
source · pub type arg_errorfn = Option<unsafe extern "C" fn(parent: *mut c_void, ds: arg_dstr_t, error: c_int, argval: *const c_char, progname: *const c_char)>;
Aliased Type§
enum arg_errorfn {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut _internal_arg_dstr, _: i32, _: *const i8, _: *const i8)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut _internal_arg_dstr, _: i32, _: *const i8, _: *const i8))
Some value of type T
.