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