pub unsafe fn ConditionVariableTimedSleep(
    arg_cv: *mut ConditionVariable,
    arg_timeout: i64,
    arg_wait_event_info: u32
) -> bool