Type Alias esp_idf_hal::sys::arg_checkfn
source · pub type arg_checkfn = Option<unsafe extern "C" fn(_: *mut c_void) -> i32>;
Aliased Type§
enum arg_checkfn {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> i32),
}
pub type arg_checkfn = Option<unsafe extern "C" fn(_: *mut c_void) -> i32>;
enum arg_checkfn {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> i32),
}