xila_time_get_time

Function xila_time_get_time 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xila_time_get_time( _clock_identifier: XilaTimeClockIdentifier, _precision: u64, _time: *mut XilaTime, ) -> u32
Expand description

Retrieve the current time since the system startup in milliseconds.

ยงSafety

This function is unsafe because it dereferences raw pointers.