Function esp_idf_sys::pthread_atfork

source ยท
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