macro_rules! napi_call_result {
    ($napi_expr:expr) => { ... };
}
Expand description

call napi and wrap into result used only in this crate