pub unsafe extern "C" fn ssl_conf_dh_param(
    conf: *mut ssl_config,
    dhm_P: *const c_char,
    dhm_G: *const c_char
) -> c_int