Type Definition vibha::GameDropFn [] [src]

type GameDropFn = unsafe extern "C" fn(_: *mut c_void);

Frees up the game session data.

The argument given must be a game data pointer obtained from the initialization function of this same DLL, or you'll have a very bad time.