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