Macro try_winapi

Source
macro_rules! try_winapi {
    ($call:expr) => { ... };
}
Expand description

Map winapi error to lib error.