GetModuleList method
Implementation
ffi.Pointer<ffi.Pointer<ffi.Char>> GetModuleList(
ffi.Pointer<ffi.Char> arg0,
int arg1,
ffi.Pointer<ffi.Size> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _GetModuleList(
arg0,
arg1,
arg2,
arg3,
);
}