create_player function
Player related functions
Implementation
@ffi.Native<
PlayerHandle Function(ffi.Pointer<ffi.Char>, ffi.Int, ffi.Int, ffi.Double)
>()
external PlayerHandle create_player(
ffi.Pointer<ffi.Char> name,
int rating,
int id,
double points,
);