public static IREVPlayer construct(SWIGTYPE_p_void memory, int size)
        {
            IntPtr     cPtr = CrankcaseAudioPINVOKE.IREVPlayer_construct(SWIGTYPE_p_void.getCPtr(memory), size);
            IREVPlayer ret  = (cPtr == IntPtr.Zero) ? null : new IREVPlayer(cPtr, false);

            return(ret);
        }