Macro uei_report

Source
macro_rules! uei_report {
    ($skel: expr, $uei:ident) => { ... };
}
Expand description

Takes a reference to C struct user_exit_info, reads, invokes UserExitInfo::report() on and then returns Ok(uei). See UserExitInfo.