[][src]Type Definition napi_sys::uv_alloc_cb

type uv_alloc_cb = Option<unsafe extern "C" fn(handle: *mut uv_handle_t, suggested_size: size_t, buf: *mut uv_buf_t)>;