completePathIntoString method
completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:
Implementation
int completePathIntoString(ffi.Pointer<ffi.Pointer<objc.ObjCObject>> outputName, {required bool caseSensitive,required ffi.Pointer<ffi.Pointer<objc.ObjCObject>> matchesIntoArray,objc.NSArray? filterTypes}) {
return _objc_msgSend_8mvqcu(this.ref.pointer, _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_, outputName, caseSensitive, matchesIntoArray, filterTypes?.ref.pointer ?? ffi.nullptr);
}