Function OPENSSL_LH_doall_arg

Source
pub unsafe extern "C" fn OPENSSL_LH_doall_arg(
    lh: *mut lhash_st,
    func: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>,
    arg: *mut c_void,
)