#[unsafe(no_mangle)]pub extern "C" fn secs_to_millis(secs: f64) -> u64Expand description
Converts seconds to milliseconds (ms).
ยงPanics
Panics if crate::datetime::secs_to_millis returns an error for secs.
The panic is caught by abort_on_panic and converted into a process abort
across the FFI boundary.