Compile a .py file into a .pyc file.
.py
.pyc
bool py_compilefile( ffi.Pointer<ffi.Char> src_path, ffi.Pointer<ffi.Char> dst_path, ) { return _py_compilefile( src_path, dst_path, ); }