pub unsafe extern "C" fn sceKernelCreateVTimer(
name: *const c_char,
opt: *mut SceKernelVTimerOptParam,
) -> SceUIDExpand description
Create a virtual timer
@param name - Name for the timer. @param opt - Pointer to an ::SceKernelVTimerOptParam (pass NULL)
@return The VTimer’s UID or < 0 on error.