pub fn py_secs_to_millis(secs: f64) -> u64
Return round milliseconds (ms) converted from the given seconds.
secs : float The seconds to convert.
int