ExpandFilenames method

int ExpandFilenames(
  1. Pointer<Int> arg0,
  2. Pointer<Pointer<Pointer<Char>>> arg1
)

Implementation

int ExpandFilenames(
  ffi.Pointer<ffi.Int> arg0,
  ffi.Pointer<ffi.Pointer<ffi.Pointer<ffi.Char>>> arg1,
) {
  return _ExpandFilenames(
    arg0,
    arg1,
  );
}