RacAllocNative typedef

RacAllocNative = Pointer<Void> Function(IntPtr size)

void* rac_alloc(size_t size)

Implementation

typedef RacAllocNative = Pointer<Void> Function(IntPtr size);