pub type rte_mp_async_reply_t = Option<unsafe extern "C" fn(request: *const rte_mp_msg, reply: *const rte_mp_reply) -> c_int>;Aliased Type§
pub enum rte_mp_async_reply_t {
None,
Some(unsafe extern "C" fn(*const rte_mp_msg, *const rte_mp_reply) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const rte_mp_msg, *const rte_mp_reply) -> i32)
Some value of type T.