GetNextImageProfile method

Pointer<Char> GetNextImageProfile(
  1. Pointer<Image> arg0
)

Implementation

ffi.Pointer<ffi.Char> GetNextImageProfile(
  ffi.Pointer<Image> arg0,
) {
  return _GetNextImageProfile(
    arg0,
  );
}