Create a boundmethod object.
boundmethod
void py_newboundmethod( py_OutRef out, py_Ref self, py_Ref func, ) { return _py_newboundmethod( out, self, func, ); }