macro_rules! result_to_napi {
    ($result:expr) => { ... };
}
Expand description

convert result into napi value if ok otherwise convert to error