[][src]Function esp_idf_bindgen::pthread_atfork

pub unsafe extern "C" fn pthread_atfork(
    arg1: Option<unsafe extern "C" fn()>,
    arg2: Option<unsafe extern "C" fn()>,
    arg3: Option<unsafe extern "C" fn()>
) -> c_int