function intoCallbackAPIimport { intoCallbackAPI } from "https://deno.land/std@0.82.0/node/_utils.ts"; intoCallbackAPI<T>(func: (...args: any[]) => Promise<T>,cb: MaybeEmpty<(err: MaybeNull<Error>, value: MaybeEmpty<T>) => void>,...args: any[],): voidType ParametersTParametersfunc: (...args: any[]) => Promise<T>cb: MaybeEmpty<(err: MaybeNull<Error>, value: MaybeEmpty<T>) => void>...args: any[]Returnsvoid