PyTime_AsMilliseconds method Null safety
Implementation
int PyTime_AsMilliseconds(
int t,
int round,
) {
return _PyTime_AsMilliseconds(
t,
round,
);
}
int PyTime_AsMilliseconds(
int t,
int round,
) {
return _PyTime_AsMilliseconds(
t,
round,
);
}