Resize a bytes object. It can only be resized down.
bytes
void py_bytes_resize( py_Ref arg0, int size, ) { return _py_bytes_resize( arg0, size, ); }