Function OPENSSL_LH_doall_arg_thunk

Source
pub unsafe extern "C" fn OPENSSL_LH_doall_arg_thunk(
    lh: *mut lhash_st,
    daaw: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>)>,
    fn_: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
    arg: *mut c_void,
)