#[no_mangle]
pub unsafe extern "C" fn xila_time_get_resolution(
_clock_identifier: XilaTimeClockIdentifier,
_resolution: *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.