pub type esprv_int_mgmt_t = Option<unsafe extern "C" fn(argc: c_int, ...) -> u32>;Expand description
Function prototype executing interrupt configuration APIs as service calls
Aliased Type§
pub enum esprv_int_mgmt_t {
None,
Some(unsafe extern "C" fn(i32, ...) -> u32),
}