Type Alias esp_idf_sys::xt_handler
source · pub type xt_handler = Option<unsafe extern "C" fn(arg1: *mut c_void)>;
Aliased Type§
enum xt_handler {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}
pub type xt_handler = Option<unsafe extern "C" fn(arg1: *mut c_void)>;
enum xt_handler {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}