pub type PyNumberUnaryFunc<R = PyObjectRef> = fn(_: PyNumber<'_>, _: &VirtualMachine) -> PyResult<R>;