FFmpeg.AutoGen.ffmpeg.av_fast_padded_malloc C# (CSharp) Method

av_fast_padded_malloc() private method

private av_fast_padded_malloc ( void @ptr, uint @size, ulong @min_size ) : void
@ptr void
@size uint
@min_size ulong
return void
        public static extern void av_fast_padded_malloc(void* @ptr, uint* @size, ulong @min_size);
        
ffmpeg