pub unsafe extern "C" fn SSLSetDiffieHellmanParams(
    context: SSLContextRef,
    dhParams: *const c_void,
    dhParamsLen: usize
) -> OSStatus