handle - multiple declarations

Function handle

Gets a 2d vector as an SDL_Point*

derelict.sdl2.internal.sdl_types.SDL_Point* handle (
  Vector!(int,2) vec
);

Function handle

Gets a 2d axis aligned bounding box as an SDL_Rect*

derelict.sdl2.internal.sdl_types.SDL_Rect* handle (
  AxisAlignedBoundingBox!(int,2) rec
);