macro_rules! int_convert_128 {
($rust_type: ty, $is_signed: literal) => { ... };
}
Available on non-
Py_LIMITED_API
and non-GraalPy
only.macro_rules! int_convert_128 {
($rust_type: ty, $is_signed: literal) => { ... };
}
Py_LIMITED_API
and non-GraalPy
only.