pub unsafe extern "C" fn napi_throw_error(
    env: NapiEnv,
    code: *const c_char,
    msg: *const c_char
) -> NapiStatus