[][src]Type Definition napi_sys::uv_write_cb

type uv_write_cb = Option<unsafe extern "C" fn(req: *mut uv_write_t, status: c_int)>;