pub fn callbackify<R, F>(env: Env, f: JsFunction, fut: F) -> Result<()>where R: 'static + ToNapiValue, F: 'static + Send + Future<Output = Result<R>>,