[−][src]Function pspsdk_sys::sdk::sceKernelSetVTimerTime
pub unsafe extern "C" fn sceKernelSetVTimerTime(
uid: SceUID,
time: *mut SceKernelSysClock
) -> c_int
Set the timer time
@param uid - UID of the vtimer @param time - Pointer to a ::SceKernelSysClock structure
@return 0 on success, < 0 on error