lua_AllocFunction typedef

lua_AllocFunction = Pointer<Void> Function(Pointer<Void> ud, Pointer<Void> ptr, Size osize, Size nsize)

Implementation

typedef lua_AllocFunction =
    ffi.Pointer<ffi.Void> Function(
      ffi.Pointer<ffi.Void> ud,
      ffi.Pointer<ffi.Void> ptr,
      ffi.Size osize,
      ffi.Size nsize,
    );