[][src]Function pspsdk_sys::sdk::sceKernelGetVTimerTime

pub unsafe extern "C" fn sceKernelGetVTimerTime(
    uid: SceUID,
    time: *mut SceKernelSysClock
) -> c_int

Get the timer time

@param uid - UID of the vtimer @param time - Pointer to a ::SceKernelSysClock structure

@return 0 on success, < 0 on error