Function esp_idf_sys::pthread_cond_init

source ยท
pub unsafe extern "C" fn pthread_cond_init(
    __cond: *mut pthread_cond_t,
    __attr: *const pthread_condattr_t,
) -> c_int