DestroyPixelChannelMap method

Pointer<PixelChannelMap> DestroyPixelChannelMap(
  1. Pointer<PixelChannelMap> arg0
)

Implementation

ffi.Pointer<PixelChannelMap> DestroyPixelChannelMap(
  ffi.Pointer<PixelChannelMap> arg0,
) {
  return _DestroyPixelChannelMap(
    arg0,
  );
}