DestroyCustomStreamInfo method

Pointer<CustomStreamInfo> DestroyCustomStreamInfo(
  1. Pointer<CustomStreamInfo> arg0
)

Implementation

ffi.Pointer<CustomStreamInfo> DestroyCustomStreamInfo(
  ffi.Pointer<CustomStreamInfo> arg0,
) {
  return _DestroyCustomStreamInfo(
    arg0,
  );
}