pub unsafe extern "C" fn applet__absolute_time(
__ark_ffi_output: *mut f64,
) -> ErrorCodeExpand description
The real time that has passed since the module was started, in seconds.
Ignores things like pausing, computer falling asleep, etc. Also know as wall time.