#[no_mangle]
pub unsafe extern "C-unwind" fn timer_arm(
timer: *mut Timer,
host: *const Host,
nextExpireTime: CEmulatedTime,
expireInterval: CSimulationTime,
)
Expand description
ยงSafety
Pointer args must be safely dereferenceable.
#[no_mangle]
pub unsafe extern "C-unwind" fn timer_arm(
timer: *mut Timer,
host: *const Host,
nextExpireTime: CEmulatedTime,
expireInterval: CSimulationTime,
)
Pointer args must be safely dereferenceable.